home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
001
/
qmdmpcbb.arc
/
DOWNPC.SCR
< prev
next >
Wrap
Text File
|
1987-02-28
|
640b
|
26 lines
. This script will download up to 4 files from PC-Board
. Using YMODEM
. It is executed using Alt-F, and the parameters are the file names
.
. Bob Malakoff, 913 Brighton Road, Pittsburgh, PA 15233 (412) 321-3612
.
BEEP 330
BEEP 300
TIMEOUT 30
SEND "d $1{"
WAITFOR "[Ctrl-X] to Abort."
DOWNLOAD \temp\$1 6
WAITFOR "ommand?"
SEND "d $2{"
WAITFOR "[Ctrl-X] to Abort."
DOWNLOAD \temp\$2 6
WAITFOR "ommand?"
SEND "d $3{"
WAITFOR "[Ctrl-X] to Abort."
DOWNLOAD \temp\$3 6
WAITFOR "ommand?"
SEND "d $4{"
WAITFOR "[Ctrl-X] to Abort."
DOWNLOAD \temp\$4 6
RETURN